home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr49 / mtl100je.zip / $READ.ME < prev    next >
Text File  |  1993-05-06  |  911b  |  21 lines

  1.     A serious problem with this multithreading class (which I have
  2.     been completely unable to resolve) is that programs which use
  3.     direct BIOS calls can crash the system if high memory is being
  4.     used.  See section 11 of the documentation for details.  There
  5.     is obviously some memory management context information which
  6.     needs to be saved on a thread context switch, but without any
  7.     knowledge of the internal workings of upper memory managers I
  8.     do not know how to proceed on this.
  9.  
  10.     At the moment, the context information saved for each thread is
  11.     as follows:
  12.     
  13.     8086 & 286 systems:
  14.         AX, BX, CX, DX, SI, DI, BP, CS, DS, ES, SS, SP, FLAGS
  15.  
  16.     386 & 486 systems:
  17.         EAX, EBX, ECX, EDX, ESI, EDI, EBP, CS, DS, ES, SS, SP, FLAGS
  18.  
  19.     If anyone can help me solve this problem, I (and probably several
  20.     other people) will be eternally grateful!
  21.